added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBWebBrowserWithProxy / VBWebBrowserWithProxy.vbproj
blob33be1dbccd3e521daa7b9180d0d9b15901f98111
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{0CAA5988-99C1-4385-8949-087D708AAEE3}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>VBWebBrowserWithProxy</RootNamespace>
11     <AssemblyName>VBWebBrowserWithProxy</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <OptionExplicit>On</OptionExplicit>
14     <OptionCompare>Binary</OptionCompare>
15     <OptionStrict>Off</OptionStrict>
16     <OptionInfer>On</OptionInfer>
17     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
18     <FileAlignment>512</FileAlignment>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
21     <PlatformTarget>x86</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>..\Debug\</OutputPath>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <ErrorReport>prompt</ErrorReport>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
31     <PlatformTarget>x86</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>..\Release\</OutputPath>
35     <DefineDebug>false</DefineDebug>
36     <DefineTrace>true</DefineTrace>
37     <ErrorReport>prompt</ErrorReport>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
40     <DebugSymbols>true</DebugSymbols>
41     <OutputPath>..\Debug\</OutputPath>
42     <DefineDebug>true</DefineDebug>
43     <DefineTrace>true</DefineTrace>
44     <DebugType>full</DebugType>
45     <PlatformTarget>AnyCPU</PlatformTarget>
46     <CodeAnalysisLogFile>bin\Debug\CSWebBrowserControl.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
49     <ErrorReport>prompt</ErrorReport>
50     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55   </PropertyGroup>
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
57     <OutputPath>..\Release\</OutputPath>
58     <DefineDebug>false</DefineDebug>
59     <DefineTrace>true</DefineTrace>
60     <Optimize>true</Optimize>
61     <DebugType>pdbonly</DebugType>
62     <PlatformTarget>AnyCPU</PlatformTarget>
63     <CodeAnalysisLogFile>bin\Release\CSWebBrowserControl.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
64     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
65     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
66     <ErrorReport>prompt</ErrorReport>
67     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
69     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
70     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
71     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
72   </PropertyGroup>
73   <PropertyGroup>
74     <StartupObject>VBWebBrowserWithProxy.My.MyApplication</StartupObject>
75   </PropertyGroup>
76   <PropertyGroup />
77   <PropertyGroup>
78     <MyType>WindowsForms</MyType>
79   </PropertyGroup>
80   <ItemGroup>
81     <Reference Include="System" />
82     <Reference Include="System.Core" />
83     <Reference Include="System.Xml.Linq" />
84     <Reference Include="System.Drawing" />
85     <Reference Include="System.Windows.Forms" />
86     <Reference Include="System.Xml" />
87   </ItemGroup>
88   <ItemGroup>
89     <Import Include="Microsoft.VisualBasic" />
90     <Import Include="System.Collections.Generic" />
91     <Import Include="System.Diagnostics" />
92     <Import Include="System.Drawing" />
93     <Import Include="System.Windows.Forms" />
94     <Import Include="System.Linq" />
95     <Import Include="System.Xml.Linq" />
96     <Import Include="System" />
97   </ItemGroup>
98   <ItemGroup>
99     <Compile Include="InternetProxy.vb" />
100     <Compile Include="INTERNET_OPEN_TYPE.vb" />
101     <Compile Include="INTERNET_OPTION.vb" />
102     <Compile Include="INTERNET_PER_CONN_OPTION.vb" />
103     <Compile Include="INTERNET_PER_CONN_OPTION_LIST.vb" />
104     <Compile Include="MainForm.vb">
105       <SubType>Form</SubType>
106     </Compile>
107     <Compile Include="MainForm.Designer.vb">
108       <DependentUpon>MainForm.vb</DependentUpon>
109     </Compile>
110     <Compile Include="My Project\Application.Designer.vb">
111       <AutoGen>True</AutoGen>
112       <DependentUpon>Application.myapp</DependentUpon>
113     </Compile>
114     <Compile Include="My Project\AssemblyInfo.vb" />
115     <Compile Include="NativeMethods.vb" />
116     <Compile Include="WebBrowserWithProxy.vb">
117       <SubType>Component</SubType>
118     </Compile>
119     <Compile Include="WinINet.vb" />
120   </ItemGroup>
121   <ItemGroup>
122     <None Include="My Project\Application.myapp">
123       <Generator>MyApplicationCodeGenerator</Generator>
124       <LastGenOutput>Application.Designer.vb</LastGenOutput>
125       <SubType>Designer</SubType>
126     </None>
127     <Content Include="ProxyList.xml">
128       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
129     </Content>
130     <Content Include="Readme.txt" />
131   </ItemGroup>
132   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
133   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134        Other similar extension points exist, see Microsoft.Common.targets.
135   <Target Name="BeforeBuild">
136   </Target>
137   <Target Name="AfterBuild">
138   </Target>
139   -->
140 </Project>